home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC 1.37.1r15 Full / Scripts / gC next >
Encoding:
Text File  |  1993-04-20  |  198 b   |  12 lines  |  [TEXT/MPS ]

  1. set echo 0
  2. set oldexit {exit}
  3. set exit 0
  4. set temp "••gcc-driver-temp••"
  5.  
  6. driver {"parameters"} > "{temp}" && "{temp}"
  7.  
  8. set error "{status}"
  9. delete -i -y "{temp}"
  10. set exit "{oldexit}"
  11. exit "{error}"
  12.